Meta description:
When performing a Protect reaction, the user may spend 5 Success Points (SP) to reduce the reaction cooldown by 1. Each subsequent reduction costs 1 SP more than the previous one (2s = 11 SP, 3s = 18 SP, etc.).
-
Name:
mProtectMasteryI
-
Displayed name:
Protect mastery I
-
Description:
When performing a Protect reaction, the user may spend 5 Success Points (SP) to reduce the reaction cooldown by 1. Each subsequent reduction costs 1 SP more than the previous one (2s = 11 SP, 3s = 18 SP, etc.).
-
Cost:
expCost(spAmountMod(5)*450,400)
-
Script:
-
Duration:
-1
-
Type:
0
-
Recurrent script:
-
Add ons:
-
Condition:
action:tagsContain([[protect]]) or action.name == [[aProtect]]
-
Description:
-
Variables:
vProtectSpAmount = 5
-
Script:
-
Action effects:
-
Use case:
1
-
Name:
-
Description:
You spend vProtectSpUsed.string of cooldown reduction on your reactions.
-
Script:
character.currentReaction = character.currentReaction - {{vProtectSpUsed.value}}
-
Variables:
vProtectSpUsed = NumberVariable([[vProtectSpUsed]],[[Reduction]],0,[[]]) vProtectSpUsed.valueDisplay.value = [[sum("n",1,self,[=[vProtectSpAmount+n-1]=]) .. " SP for " .. self .." s"]]
-
-
-
Upgrades:
-
Name:
mProtectMasteryII
-
Displayed name:
Protect mastery II
-
Description:
Reduces the amount needed for the first reduction to 4 SP.
-
Cost:
-
Script:
master.displayName:set([[Protect mastery II]]) master.description:replace([[spend 5 Success]],[[spend 4 Success]]) master.description:replace([[2s = 11 SP]],[[2s = 9 SP]]) master.description:replace([[3s = 18 SP]],[[3s = 15 SP]]) master.addOns[1].variables.value = [[vProtectSpAmount = 4]] master.cost:replace("spAmountMod(5)","spAmountMod(4)")
-
Duration:
-1
-
Type:
0
-
Recurrent script:
-
Add ons:
-